home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
HENSA
/
MATHS
/
PLPLOT
/
PLPLOT.ZIP
/
plimp
< prev
next >
Wrap
Text File
|
1994-03-23
|
317b
|
17 lines
#!/bin/sh
cd ..
if [ -f plplot.tar.gz ]; then
echo "Gunzip plplot.tar.gz"
gunzip plplot.tar.gz
echo "untarring plplot.tar"
tar xvf plplot.tar
echo "Updating .import"
touch plplot/.import
else
echo "No file plplot.tar.gz. Do you know what you're doing?"
fi